花费 18 ms
python 常用 time, datetime处理

python 中 time 有三种格式: float, struct tuple(time.struct_time 或 datetime.datetime), str 常用的: flo ...

Mon Dec 21 23:51:00 CST 2015 0 98866
python 处理 Excel 表格

see: http://www.cnblogs.com/sunada2005/p/3193300.html 一、可使用的第三方库 python中处理excel表格,常用的库有xlrd(读excel ...

Mon Oct 13 17:53:00 CST 2014 1 31529
python下划线变量的含义

_xxx 不能用'from module import *'导入 __xxx__ 系统定义名字 __xxx 类中的私有变量名 核心风格:避免用下划线作为变量名的开始。 "单下划线" ...

Thu Dec 10 23:02:00 CST 2015 0 5895
python 使用 BeautifulSoup 解析html

下载地址:http://www.crummy.com/software/BeautifulSoup/bs4/download/4.3/beautifulsoup4-4.3.2.tar.gz 说明:这 ...

Wed Dec 16 01:48:00 CST 2015 0 3527
使用 ssh 从 Gerrit 获取 patch 信息

使用命令行(ssh)对Gerrit进行查询, 官方地址:https://review.openstack.org/Documentation/cmd-query.html 程序例子 ...

Fri Dec 18 22:25:00 CST 2015 0 2892

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM